.innovaphone-root {
    box-sizing: border-box;
    position: absolute;
    width: 80px;
    height: 287px;
    right: 0;
    top: 50%;
    font-size: 12px;
    color: #545454;
    line-height: 1.3;
    font-family: Arial;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background-color: #dedede;
    box-shadow: 0 0 16px rgba(0,0,0,.3);
    overflow: hidden;

    transition: 0.5s ease all;

    -webkit-animation:slideIn ease-in 1;
    -moz-animation:slideIn ease-in 1;
    animation:slideIn ease-in 1;

    
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    animation-duration:2s;
}
.innovaphone-root--open {
    width: 335px;
}

.innovaphone-root--na {
    background-color: #fafafa;
}

.innovaphone-root--vis {
    overflow: visible;
}

.innovaphone-tab {
    width: 80px;
    height: 267px;
    background-color: #aaaaaa;
    float: left;
}


.innovaphone-copy {
    margin-top: 43px;
    margin-left: 90px;
    position: absolute;
    bottom: 5px;
}

.innovaphone-root--open .innovaphone-back {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.innovaphone-content {
    float: left;
    visibility: hidden;
    opacity: 0;
    margin-left: 12px;
    margin-top: 30px;
    transition: 1.25s ease all;
    max-width: 230px;
    max-height: 287px;
}

.innovaphone-root--open .innovaphone-content {
    visibility: visible;
    opacity: 1;
}

.innovaphone-content__address {
    margin-top: 30px;
    max-height: 120px;
}


.innovaphone-icons {
    margin-top: 14px;
    width: 80px;
}

.innovaphone-icons__item {
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    display: block;
    border-radius: 50%;
    background-color: #474747;
    text-align: center;
    position: relative;
    opacity: .6;
    cursor: default;
}

.innovaphone-root--open .innovaphone-icons__item:hover .innovaphone-tooltip {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1024px) {
    .innovaphone-root--open .innovaphone-icons__item:hover .innovaphone-tooltip {
        opacity: 0;
        visibility: hidden;
    }
}

.innovaphone-active-layer__name {
    float: left;
    font-size: 18px;
    margin-left: 15px;
    margin-top: 8px;
}

#innovaphone-widget-video-remote {
    width:100%; 
    position: absolute; 
    border-style:solid;
    border-width:0px;
    border-color:#006068;
} 

#innovaphone-widget-video-local {
    width:100px;
    border-style:solid;
    border-width:0px;
    border-color:#006068;
    position: absolute;
    bottom: 0;
    right: 0;
}

